Project Portal uses the temporary data directory for temporarily storing files that users upload or download and use for import/export operations. The temporary data directory may also be used by other operations that require extra storage during execution. If a temporary directory is full when Project Portal is performing an operation, the operation will fail. The default temporary directory is:
/var/tmp/krono-<server_hostname>-<port>/
Note: The configured temporary directory may also be a symbolic link to another directory. Project Portal temporary directory (/var/tmp) can also be configured in the configuration file config.pm, in the line: $::tempdir. The Project Portal Server configuration files are stored in the directory <install_dir>/Kronodoc/KRONO/conf/, where <install_dir> represents the path where Project Portal is installed.